ArcPad BookMark File Schema
autoincrement Attribute
See Also  Send comments on this topic.
ArcPad BookMark File Schema : autoincrement Attribute

Glossary Item Box

Type

Restriction of xs:string

Use

optional

Default

false

Source

<xs:attribute name="autoincrement" default="false" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="true" />
      <xs:enumeration value="false" />
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

See Also

© 2012 All Rights Reserved.